This sample demonstrates key concepts of new features in C++. These features are primarily added to support .NET and expose capabilities of the CLR. The sample presents short snippets of code for each language feature, which shows common ways to use the C++ syntax. The sample is meant to be built and run. For best results, using debugger breakpoints to walk through the code will help with understanding how new C++ features work.
| Security Note |
|---|
This sample code is provided to illustrate a concept and should not be used in applications or Web sites, as it may not illustrate the safest coding practices. |
To build and run this sample
Open the solution file, C++ Language Samples.sln, in the Visual Studio development environment.
From the Build menu, click Build Solution.
From the Debug menu, click Start.
Requirements
Demonstrates
Generics, finalization, and partial template specialization.
How it Works
Each file in the sample shows off a new feature of the C++ language. When the sample is run, each feature is used in turn, and output from that file is displayed.